home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / sread104.zip / SPLUS.QES < prev    next >
Text File  |  1992-08-26  |  1KB  |  62 lines

  1. !
  2. ! SREAD Version 1.04 Sample Script File
  3. ! (C)opyright 1992 by D²Software
  4. !
  5.  
  6. ^ISGRAPHICS|$NOT_ANSI
  7. ^LVL|1|9|$ALREADY_DONE
  8.  
  9. ^DEFICOLOR|@X0F
  10. ^DEFQCOLOR|@X0E
  11.  
  12. $RETRY
  13. ^LINESON
  14. ^LOCATE 3 1
  15. ;
  16. ;@X0B@FIRST@, we need to know a little personal information about you.  This
  17. ;@X0Binformation will be kept completely confidential.
  18. ;
  19. ]From: @USER@
  20. \$$_______________________________________________
  21. Please enter your first name only:
  22.  
  23. \$$_______________________________________________
  24. Please enter your last name only:
  25.  
  26. %We need to know your street address.  You may include up to 5 lines.
  27. %A blank line will end the data entry.
  28. ^ASK|5
  29.  
  30. ;
  31. ^LFOFF
  32. ^LINESOFF
  33. ^WRITEOFF
  34. ^JMP|$BAD|Are you happy with these answers? 
  35. ^ADJ|10
  36. ^JPP|$DONE
  37. ^END
  38.  
  39. $BAD
  40.    ^WRITEON
  41.    ^LINESON
  42.    ^LFON
  43.    ^ABORT
  44.    ^JPP|$RETRY
  45.  
  46. $ALREADY_DONE
  47.    ;
  48.    ;@X0B@FIRST@, you have already done this script.  You do not have to
  49.    ;@X0Banswer it again.
  50.    ;
  51.    ^PAUSE
  52.    ^END
  53.  
  54. $NOT_ANSI
  55.    ;
  56.    ;@X0B@FIRST@, you need to be in the ANSI graphics mode.  Please return
  57.    ;@X0Bto the board and select the graphics mode.
  58.    ;
  59.    ^PAUSE
  60.    ^END
  61.  
  62.